From: Ewan Mellor Date: Thu, 26 Oct 2006 09:20:22 +0000 (+0100) Subject: Fix ramdisk Makefile so that downloading from xm-test.xensource.com actually X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15567^2~200^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=6c87dab0c45f398f5cb2e0b4d8f5b46c84fd1820;p=xen.git Fix ramdisk Makefile so that downloading from xm-test.xensource.com actually works. Signed-off-by: Tony Breeds --- diff --git a/tools/xm-test/ramdisk/Makefile.am b/tools/xm-test/ramdisk/Makefile.am index dd7f5ec058..d2ec74897a 100644 --- a/tools/xm-test/ramdisk/Makefile.am +++ b/tools/xm-test/ramdisk/Makefile.am @@ -17,9 +17,9 @@ INITRD ?= http://xm-test.xensource.com/ramdisks BR_ARCH ?= $(shell uname -m | sed -e s/i.86/i386/ -e 's/ppc\(64\)*/powerpc/') @MK@ifdef BR_SNAPSHOT - BR_URL = http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2 +@MK@ BR_URL = http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2 @MK@else - BR_URL ?= http://xm-test.xensource.com/ramdisks/buildroot-20061023.tar.bz2 +@MK@ BR_URL = http://xm-test.xensource.com/ramdisks/buildroot-20061023.tar.bz2 @MK@endif BR_TAR = $(notdir $(BR_URL))